home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.rexx
- Path: newsfeeds.ans.net!lexmark!usenet
- From: gczaja@lexmark.com(Gregory Czaja)
- Subject: Re: WPRPRINTER
- Sender: usenet@lexmark.com (News Dude)
- Message-ID: <DoxJxD.MtE@lexmark.com>
- Date: Wed, 27 Mar 1996 14:22:25 GMT
- Reply-To: gregcz@ibm.net(Gregory Czaja)
- References: <3187cc$10a2b.3d8@news.arosnet.se>
- Nntp-Posting-Host: gregc.pad.prtdev.lexmark.com
- Organization: Lexmark International, Lexington, KY
- X-Newsreader: IBM NewsReader/2 v1.02
- X-Disclaimer: These views are the poster's and not necessarily those of Lexmark
-
- In <3187cc$10a2b.3d8@news.arosnet.se>, oyvind.aarhus@arosnet.se (Oyvind Aarhus) writes:
- >Hi !!
- >I want to create a Networkprinter object on the desktop vid syscreateobject
- >
- > The server name is CVSTN02 and the alias to the printer is VSTP70
- >
- > Klass = "WPRPRINTER"
- > Titel = "VSTP70"
- > Placering = "<WP_DESKTOP>"
- > Parametrar = "OBJECTID=<VSTP70>;"||,
- > "NETID=\\CVSTN02\VSTP70;"||,
- > "SHOWJOBS=ALL;"||,
- > "REFRESHINTERVALL=45;"||,
- > "DEFAULTVIEW=DETAILS;"||,
- > "PORTNAME=LPT2;"||,
- > "PRINTDRIVER=LASERJET.HP LaserJet IIISi;"||,
- > "APPDEFAULT=YES;"
- >Alternativ = "REPLACE"
- >
- >What's wrong ?????????
-
- Vyvind,
-
- Klass = "WPRPrinter"
-
- Class names are CASE SENSITIVE.
-
- Parametrar = "OBJECTID=<VSTP70>;"
-
- Object IDs should be specified as the last value in a setup string.
-
- "PRINTDRIVER=LASERJET.HP LaserJet IIISi;"
-
- The last time I tried, WPRPrinter would trap when passed a PRINTDRIVER
- setup string. For a remote printer you do not really need a printer
- driver specified because it will get that information from the server.
-
-
- Thanks, <G>reg ---> DeskMan/2 utilities
- (WZ00329 on TalkLink, 71052,720 on CIS)
-
-